<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*å…¬å…±æ&nbsp;·å¼*/
*{
  margin: 0;
  padding: 0;
}
body{
  font-size: 14px;
}
a{
  text-decoration: none;
}
a:focus {
  outline: none;
}

img {
  border: none;
}

li {
  list-style: none;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}

a:hover {
  text-decoration: none;
}</pre></body></html>